BlockingCollection(T) Constructor

Task Parallel System.Threading

Overload List

  NameDescription
BlockingCollection<(Of <(T>)>)()()()
Initializes a new instance of the BlockingCollection<(Of <(T>)>) class without an upper-bound.
BlockingCollection<(Of <(T>)>)(IProducerConsumerCollection<(Of <(T>)>))
Initializes a new instance of the BlockingCollection<(Of <(T>)>) class without an upper-bound and using the provided IProducerConsumerCollection<(Of <(T>)>) as its underlying data store.
BlockingCollection<(Of <(T>)>)(Int32)
Initializes a new instance of the BlockingCollection<(Of <(T>)>) class with the specified upper-bound.
BlockingCollection<(Of <(T>)>)(IProducerConsumerCollection<(Of <(T>)>), Int32)
Initializes a new instance of the BlockingCollection<(Of <(T>)>) class with the specified upper-bound and using the provided IProducerConsumerCollection<(Of <(T>)>) as its underlying data store.

See Also